home *** CD-ROM | disk | FTP | other *** search
/ TeX 1995 July / TeX CD-ROM July 1995 (Disc 1)(Walnut Creek)(1995).ISO / web / spiderweb / patches / 010 < prev   
Encoding:
Text File  |  1990-09-25  |  1.2 KB  |  37 lines

  1. *** master/weave.web.old    Thu Feb  8 12:55:12 1990
  2. --- master/weave.web    Thu Feb  8 12:55:50 1990
  3. ***************
  4. *** 254,260 ****
  5.           (mod_xref_switch==file_flag && q->num < file_flag)) {
  6.         printf("\n! You can't use <"); print_id(p); 
  7.       printf("> both as a file and as a named module"); mark_harmless;
  8. ! @.{You can't use <section name> both as a file...@>
  9.   
  10.       }
  11.   }
  12. --- 254,260 ----
  13.           (mod_xref_switch==file_flag && q->num < file_flag)) {
  14.         printf("\n! You can't use <"); print_id(p); 
  15.       printf("> both as a file and as a named module"); mark_harmless;
  16. ! @.You can't use <section name> both as a file...@>
  17.   
  18.       }
  19.   }
  20. ***************
  21. *** 968,974 ****
  22.       if ((cur_xref->num)/def_flag != level) {
  23.             printf("\n! You can't use <"); print_id(p); 
  24.             printf("> both as a file and as a named module"); mark_harmless;
  25. ! @.{You can't use <section name> both as a file...@>
  26.       }
  27.       cur_xref=cur_xref->xlink;
  28.       }
  29. --- 968,974 ----
  30.       if ((cur_xref->num)/def_flag != level) {
  31.             printf("\n! You can't use <"); print_id(p); 
  32.             printf("> both as a file and as a named module"); mark_harmless;
  33. ! @.You can't use <section name> both as a file...@>
  34.       }
  35.       cur_xref=cur_xref->xlink;
  36.       }
  37.